registerForPushNotification method

  1. @override
Future<void> registerForPushNotification()
override

Implementation

@override
Future<void> registerForPushNotification() async {
  _checkInitialization();
  _moengagePlugin.registerForPushNotification();
}