listProcuredPlanNames method

Future<List<String>> listProcuredPlanNames()

Fetches the names of the subscription plans owned by the user.

Implementation

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