vibrationButtonPress method

Future<void> vibrationButtonPress()

Implementation

Future<void> vibrationButtonPress() async {
  throw UnimplementedError(
      'vibrationButtonPress() has not been implemented.');
}