charonErrorState property
Future<CharonErrorState?>
get
charonErrorState
Get current error state from VpnStateService
. (Android only)
When FlutterVpnState.error is received, details of error can be
inspected by CharonErrorState. Returns null
on non-android platform.
Implementation
Future<CharonErrorState?> get charonErrorState async => throw UnimplementedError();