showNotification method

  1. @override
void showNotification(
  1. String title,
  2. String body
)
override

Implementation

@override
void showNotification(String title, String body) {
  onNotification?.call(title, body);
}