Stops the current session recording if one is in progress.
@override Future<void> stopSessionRecording() async { return handleWebMethodCall(const MethodCall('stopSessionRecording')); }