static Future<bool?> setPowerLevel(String value) async { return _channel .invokeMethod('setPowerLevel', <String, String>{'value': value}); }