void main() { Future<int> example() async { await 1; return 0; } // Future<T> function_name() async { await 1; return 0; } }