logout method

Future<void> logout()

Implementation

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