listAccountMetadata_Pre method
Future<ListAccountMetadataResponse>
listAccountMetadata_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Future<$0.ListAccountMetadataResponse> listAccountMetadata_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return listAccountMetadata(call, await request);
}