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