clearAccount method

Future<void> clearAccount()

Remove account registration

Implementation

Future<void> clearAccount() async {
  log("ExolveFlutter: clearAccount");
  CallClientPlatform.instance.clearAccount();
}