listMachineKeys_Pre method

Future<ListMachineKeysResponse> listMachineKeys_Pre(
  1. ServiceCall call,
  2. Future<ListMachineKeysRequest> request
)

Implementation

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