stopPush static method

Future<void> stopPush()

Implementation

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