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