Future<void> sendLocalNotification(Map<String, dynamic> notification) async { await methodChannel.invokeMethod("sendLocalNotification", notification); }