clearIdentity method

Future<void> clearIdentity()

Implementation

Future<void> clearIdentity() async {
  await GleapJsSdkHelper.clearIdentity();
}