onNotificationClicked method

void onNotificationClicked(
  1. dynamic success()
)

Implementation

void onNotificationClicked(Function() success) {
  throw UnimplementedError('onNotificationClicked(Function() success) has not been implemented.');
}