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