@override Future<void> stopEnabledNotifications() async { _enabledNotificationStream?.cancel(); return await _methodChannel .invokeMethod<void>('stopEnabledNotifications'); }