When I type option + 1 (Mac) doesn't work or it types /// /// [@var object async] /// In a function like that Future<List<Place>> getFavorites(BuildContext context) async {...}
When I type option + 1 (Mac) doesn't work or it types
///
/// [@var object async]
///
In a function like that
Future<List> getFavorites(BuildContext context) async {...}