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