isVPNOn method

  1. @override
Future<bool> isVPNOn()
override

Implementation

@override
Future<bool> isVPNOn() async {
  return await methodChannel.invokeMethod<bool>('isVPNOn') ?? false;
}