listMachineKeys_Pre method
Future<ListMachineKeysResponse>
listMachineKeys_Pre(
- ServiceCall call,
- Future<
ListMachineKeysRequest> request
Implementation
$async.Future<$0.ListMachineKeysResponse> listMachineKeys_Pre($grpc.ServiceCall call, $async.Future<$0.ListMachineKeysRequest> request) async {
return listMachineKeys(call, await request);
}