getMyInstance_Pre method
Future<GetMyInstanceResponse>
getMyInstance_Pre(
- ServiceCall $call,
- Future<
GetMyInstanceRequest> $request
Implementation
$async.Future<$0.GetMyInstanceResponse> getMyInstance_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetMyInstanceRequest> $request) async {
return getMyInstance($call, await $request);
}