start method

Future start()

Start recording. Recorder will start pushing audio chunks (PCM 16bit data) to audiostream as Uint8List

Implementation

Future<dynamic> start() =>
    methodChannel.invokeMethod<dynamic>("startRecording");