isPushStopped static method

Future<bool> isPushStopped()

Implementation

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