logout static method

Future<void> logout()

Implementation

static Future<void> logout() {
  return BolddeskSupportSdkPlatform.instance.logout();
}