showLocalNotification method

Future<void> showLocalNotification(
  1. Map<String, dynamic> params
)

Implementation

Future<void> showLocalNotification(Map<String, dynamic> params) {
  throw UnimplementedError(
      'showLocalNotification() has not been implemented.');
}