handleNotificationIntent method
Implementation
Future<void> handleNotificationIntent(Map<String, dynamic> data) {
throw UnimplementedError(
'handleNotificationIntent() has not been implemented.',
);
}
Future<void> handleNotificationIntent(Map<String, dynamic> data) {
throw UnimplementedError(
'handleNotificationIntent() has not been implemented.',
);
}