start method

Future<void> start(
  1. int recorderId
)

Starts the recording of the microphone recorder with the given recorderId.

Implementation

Future<void> start(int recorderId) {
  throw UnimplementedError('start() has not been implemented.');
}