stopPush static method

Future<void> stopPush()

Implementation

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