getUserProfiles
The Flutter Plugin maintains a set of profiles that you have created. This method allows you to retrieve all existing profiles. It will return a List of UserProfile.
Future<List<UserProfile>> getUserProfiles()
Onegini.instance.userClient.getUserProfiles();