$setMaxRecordedFileSize method

Future<Object?> $setMaxRecordedFileSize(
  1. $CaptureFileOutput $instance,
  2. int fileSize
)

Implementation

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