removePushReceiver static method

Future<void> removePushReceiver()

Implementation

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