Logout static method

void Logout()

Implementation

static void Logout() async {
  Log.i(tag, "Logout");
  PlatformMethodInvokeHandler.invokeMethod("Logout");

  needOnline=false;
}