vibrate method

Future<String?> vibrate()

Implementation

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