startStream abstract method
Same as start with output stream instead of a path.
When stopping the record, you must rely on stream close event to get full recorded data.
Implementation
Future<Stream<Uint8List>> startStream(String recorderId, RecordConfig config);