getMyInstance_Pre method

Future<GetMyInstanceResponse> getMyInstance_Pre(
  1. ServiceCall call,
  2. Future<GetMyInstanceRequest> request
)

Implementation

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