$create$ method

Future<PairedInstance?> $create$(
  1. $CapturePhoto $instance, {
  2. required bool $owner,
  3. required Uint8List? fileDataRepresentation,
})

Implementation

Future<PairedInstance?> $create$(
  $CapturePhoto $instance, {
  required bool $owner,
  required Uint8List? fileDataRepresentation,
}) {
  return createNewInstancePair(
    $instance,
    <Object?>[
      '',
      fileDataRepresentation,
    ],
    owner: $owner,
  );
}