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()
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 OWUserProfile.
Future<List<OWUserProfile>> getUserProfiles()
val userProfiles = await Onegini.instance.userClient.getUserProfiles();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….