FutureIntCallback typedef

FutureIntCallback = Future<int> Function()

Define a function that returns a Future

Implementation

typedef FutureIntCallback = Future<int> Function();