clearAccount method

  1. @override
Future<void> clearAccount()
override

Remove account registration

Implementation

@override
Future<void> clearAccount() async {
  return await callClientMethodChannel.invokeMethod<void>('setAccount');
}