clearAccountId method

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

Implementation

@override
Future<void> clearAccountId() async {
  await methodChannel.invokeMethod<void>('clearAccountId');
  return;
}