getState method

Future<RecorderState> getState()

Implementation

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