disConnect function

Future<void> disConnect()

Implementation

Future<void> disConnect() async {
  await Storage.removeUpAccount();
}