getAllProfiles method

Future<List<Profile>> getAllProfiles()

Gets a list of all provisioning profiles

Implementation

Future<List<Profile>> getAllProfiles() async {
  return _provisioning.getAllProfiles();
}