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