@override Future<void> handleNotification(Map<String, dynamic> data) async { await methodChannel.invokeMethod('handleNotification', data); }