resetIdentity static method
Reset the identity of the user
Implementation
static Future<void> resetIdentity() async {
await _channel.invokeMethod<void>('resetIdentity');
}
Reset the identity of the user
static Future<void> resetIdentity() async {
await _channel.invokeMethod<void>('resetIdentity');
}