isPushStopped method

Future<bool?> isPushStopped()
override

Implementation

Future<bool?> isPushStopped() async{
  return await methodChannel.invokeMethod<bool>('isPushStopped');
}