listAccountSets_Pre method
Future<ListAccountSetsResponse>
listAccountSets_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Future<$0.ListAccountSetsResponse> listAccountSets_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return listAccountSets(call, await request);
}