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