start abstract method
Starts new recording session.
path
: The output path file. Required on all IO platforms.
On web
: This parameter is ignored.
Output path can be retrieves when stop method is called.
Implementation
Future<void> start(String recorderId, RecordConfig config,
{required String path});