$setMaxRecordedFileSize method
Implementation
Future<Object?> $setMaxRecordedFileSize(
$CaptureFileOutput $instance,
int fileSize,
) {
return sendInvokeMethod(
$instance,
'setMaxRecordedFileSize',
<Object?>[
fileSize,
],
);
}