生成的目标方法代码片段,实现清除所有配置并刷新读取。
代码片段会被插入到被注解的方法体中,实现:
@override final String funCode = ''' await _ConfigProxy.deleteAllValues(); _read(); ''';