Flutter怎么标注已经废弃的方法

749 阅读1分钟

使用@Deprecated标注废弃的方法,如下:

@Deprecated('废弃注释')
void test(){}