getIdentities method

Future getIdentities()
override

Returns the identities currently known to the Adobe SDK.

Implementation

Future<dynamic> getIdentities() async {
  return await _identity.getIdentities();
}