disablePushNotification method

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

Implementation

@override
Future<void> disablePushNotification() async {
  await methodChannel.invokeMethod('disablePushNotification');
}