sendNotification method

  1. @override
Future<void> sendNotification(
  1. SLNotification notification
)
override

Implementation

@override
Future<void> sendNotification(SLNotification notification) async {
  await methodChannel.invokeMethod(
      'sendNotification', await notification.toMap());
}