errorAwaitWithoutAsync property

  1. @override
String get errorAwaitWithoutAsync
override

Implementation

@override
String get errorAwaitWithoutAsync =>
    '`await` keyword can only be used inside an async function body.';