@override Future<int?> isUseVPN() async{ final isUseVPN = await methodChannel.invokeMethod<int>('isUseVPN'); return isUseVPN; }