registerPushNotification method

Future<void> registerPushNotification()

Implementation

Future<void> registerPushNotification() async {
  throw UnimplementedError('`registerPushNotification` has not been implemented.');
}