listProcuredPlanNames method

Future<List<String>> listProcuredPlanNames()

Fetches the names of the procured subscription plans.

Implementation

_i2.Future<List<String>> listProcuredPlanNames() => caller
    .callServerEndpoint<List<String>>('plans', 'listProcuredPlanNames', {});