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