notification method

Future<VibrationResult> notification(
  1. NotificationType type
)

Triggers notification feedback.

Implementation

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