notification method
Triggers notification feedback.
Implementation
Future<VibrationResult> notification(NotificationType type) {
throw UnimplementedError('notification() has not been implemented.');
}
Triggers notification feedback.
Future<VibrationResult> notification(NotificationType type) {
throw UnimplementedError('notification() has not been implemented.');
}