UNPKG

@aws-amplify/pushnotification

Version:

Push notifications category of aws-amplify

9 lines (7 loc) 333 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { Amplify } from '@aws-amplify/core'; import NotificationClass from './PushNotification'; const _instance = new NotificationClass(null); export const PushNotification = _instance; Amplify.register(PushNotification);