getInitialNotification method

Future<PushKitMessage?> getInitialNotification()

Implementation

Future<PushKitMessage?> getInitialNotification() {
  throw UnimplementedError(
    'getInitialNotification() has not been implemented.',
  );
}