static Future<bool?> get IsLocationEnabled async { final bool? version = await _channel.invokeMethod('IsLocationEnabled'); return version; }