FlutterVpnState enum
Copyright (C) 2018-2022 Jason C.H
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The generic VPN state for all platforms.
Values
- disconnected → const FlutterVpnState
- connecting → const FlutterVpnState
- connected → const FlutterVpnState
- disconnecting → const FlutterVpnState
- error → const FlutterVpnState
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FlutterVpnState> - A constant List of the values in this enum, in order of their declaration.