stopVibrate method

Future<String?> stopVibrate()

Implementation

Future<String?> stopVibrate() {
  throw UnimplementedError('stopVibrate() has not been implemented.');
}