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