logoutSQL method

Future logoutSQL()

Implementation

Future logoutSQL() async {
  if (kDebugMode) {
    print('$runtimeType.logoutSQL');
  }
  try {
    Common.uid = -1;
  } catch (e) {
    handelException(e, subTitle: 'logoutSQL');
  }
}