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