resetUser static method

Future<void> resetUser()

Implementation

static Future<void> resetUser() {
  return HacklePlatform.instance.resetUser();
}