getMyMetadata_Pre method

Future<GetMyMetadataResponse> getMyMetadata_Pre(
  1. ServiceCall call,
  2. Future<GetMyMetadataRequest> request
)

Implementation

$async.Future<$4.GetMyMetadataResponse> getMyMetadata_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.GetMyMetadataRequest> request) async {
  return getMyMetadata(call, await request);
}