errorAwaitWithoutAsync property

  1. @override
String get errorAwaitWithoutAsync
override

Implementation

@override
String get errorAwaitWithoutAsync => '`await` 关键字只能在异步函数中使用。';