sendNotification method

Future<void> sendNotification(
  1. SLNotification notification
)

Implementation

Future<void> sendNotification(SLNotification notification) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}