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