dispose method

Future<void> dispose(
  1. int recorderId
)

Disposes one microphone recorder that has the given recorderId.

Implementation

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