create method

Future<int> create()

Creates an instance of a microphone recorder and returns its recorder ID.

Implementation

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