setNotification method

Future<void> setNotification(
  1. String title,
  2. String body,
  3. String icon
)

Implementation

Future<void> setNotification(String title, String body, String icon) {
  throw UnimplementedError('setNotification() has not been implemented.');
}