isPushStopped method

Future<bool?> isPushStopped()

Implementation

Future<bool?> isPushStopped() {
  return JpushHarmonySdkPlatform.instance.isPushStopped();
}