wasAutoDisconnected method
Checks if VPN was auto-disconnected while app was killed. Returns true if auto-disconnect expired, false otherwise.
Implementation
@override
Future<bool> wasAutoDisconnected() async {
return await methodChannel.invokeMethod('wasAutoDisconnected') ?? false;
}