static Future setEnabled(bool isEnabled) => _channel.invokeMethod('setEnabled', <String, bool>{ 'isEnabled': isEnabled, });