createFull_Pre method
Future<CreateSnapshotResponse>
createFull_Pre(
- ServiceCall $call,
- Future<
CreateFullSnapshotRequest> $request
Implementation
$async.Future<$10.CreateSnapshotResponse> createFull_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateFullSnapshotRequest> $request) async {
return createFull($call, await $request);
}