cancel method

Cancels any ongoing vibration.

Implementation

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