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