clearAccount method

Future<void> clearAccount()

Remove account registration

Implementation

Future<void> clearAccount() async {
  throw UnimplementedError('clearAccount() has not been implemented.');
}