resetIdentity static method

Future<void> resetIdentity()

Reset the identity of the user

Implementation

static Future<void> resetIdentity() async {
  await _channel.invokeMethod<void>('resetIdentity');
}