Flutter怎么标注已经废弃的方法 2022-01-17 本文已影响0人 Buddha_like dbk.jpeg 使用@Deprecated标注废弃的方法,如下: @Deprecated('废弃注释') void test(){}