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