stopListening static method
Stop listening to background/foreground events.
Implementation
static Future<void> stopListening() async {
return _methodChannel.invokeMethod('stop');
}
Stop listening to background/foreground events.
static Future<void> stopListening() async {
return _methodChannel.invokeMethod('stop');
}