Flutter怎么标注已经废弃的方法 Bystander_ 2022-02-10 749 阅读1分钟 使用@Deprecated标注废弃的方法,如下: @Deprecated('废弃注释') void test(){}