showNotification method

  1. @override
Future<void> showNotification(
  1. NotificationInfo info
)
override

Implementation

@override
Future<void> showNotification(NotificationInfo info) async {
  await methodChannel.invokeMethod("showNotification", info.toMap());
}