static Future<bool> isEnabled() async { final bool isEnabled = await _channel.invokeMethod('isEnabled'); return isEnabled; }