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 OWUserProfile.
Future<List<OWUserProfile>> getUserProfiles()
val userProfiles = await Onegini.instance.userClient.getUserProfiles();