showNotification method

  1. @override
Future<void> showNotification(
  1. LocalNotificationConfig config
)
override

Implementation

@override
Future<void> showNotification(LocalNotificationConfig config) async{
  await methodChannel.invokeMethod<String>("showNotification",config.toJson());
}