cancel method
Cancels any ongoing vibration.
Implementation
Future<VibrationResult> cancel() {
throw UnimplementedError('cancel() has not been implemented.');
}
Cancels any ongoing vibration.
Future<VibrationResult> cancel() {
throw UnimplementedError('cancel() has not been implemented.');
}