getMyInstance_Pre method

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

Implementation

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