listMachineKeys_Pre method

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

Implementation

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