showNotification method
Implementation
@override
Future<void> showNotification(Map<String, dynamic> body, String icon) async {
await methodChannel.invokeMethod('showNotification', {
'body': body,
'icon': icon,
});
}
@override
Future<void> showNotification(Map<String, dynamic> body, String icon) async {
await methodChannel.invokeMethod('showNotification', {
'body': body,
'icon': icon,
});
}