logout static method

void logout()

Implementation

static void logout() {
  try {
    plotlineChannel.invokeMethod('logout');
  } catch (e) {
    debugPrint("Error in logout: $e");
  }
}