registerForPushNotifications method
Implementation
@override
Future<void> registerForPushNotifications({required String email}) async {
await methodChannel.invokeMethod('registerForPushNotifications', {
'email': email,
});
}
@override
Future<void> registerForPushNotifications({required String email}) async {
await methodChannel.invokeMethod('registerForPushNotifications', {
'email': email,
});
}