getBeep method

Future<bool?> getBeep(
  1. int time
)

Implementation

Future<bool?> getBeep(int time) {
  throw UnimplementedError('getBeep has not been implemented.');
}