isHotspotEnabled property

Future<bool?> get isHotspotEnabled

Implementation

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

  return await _channel.invokeMethod('isHotspotEnabled');
  ;
}