resetIdentities method
Clears SDK identities and returns the refreshed identity state.
Implementation
Future<dynamic> resetIdentities() async {
return await _identity.resetIdentities();
}
Clears SDK identities and returns the refreshed identity state.
Future<dynamic> resetIdentities() async {
return await _identity.resetIdentities();
}