retrieve_Pre method
Future<LocalAccountProto>
retrieve_Pre(
- ServiceCall $call,
- Future<
AccountProto_RetrieveRequest> $request
Implementation
$async.Future<$16.LocalAccountProto> retrieve_Pre($grpc.ServiceCall $call, $async.Future<$2.AccountProto_RetrieveRequest> $request) async {
return retrieve($call, await $request);
}