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