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()
Your suggested change has been received. Thank you.
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();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….