clearAccount method
Remove account registration
Implementation
Future<void> clearAccount() async {
throw UnimplementedError('clearAccount() has not been implemented.');
}
Remove account registration
Future<void> clearAccount() async {
throw UnimplementedError('clearAccount() has not been implemented.');
}