clearAccount method
Remove account registration
Implementation
Future<void> clearAccount() async {
log("ExolveFlutter: clearAccount");
CallClientPlatform.instance.clearAccount();
}
Remove account registration
Future<void> clearAccount() async {
log("ExolveFlutter: clearAccount");
CallClientPlatform.instance.clearAccount();
}