sendLocalNotification method

Future<void> sendLocalNotification(
  1. Map<String, dynamic> notification
)
override

Implementation

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