Fetches the names of the subscription plans owned by the user.
_i2.Future<List<String>> listProcuredPlanNames() => caller .callServerEndpoint<List<String>>('plans', 'listProcuredPlanNames', {});