Returns the current recording WAV path or native string payload.
Future<String?> getRecordingWav() { return _methodChannel.invokeMethod<String>( 'getRecordingWav', {'instanceId': instanceId}, ); }