AppendCallback typedef

AppendCallback = Future<void> Function()

The signature for a function which is used by AppendIndicator.onAppend. I0t is called when user has dragged a AppendIndicator far enough to demonstrate that they want the app to append data.

Implementation

typedef AppendCallback = Future<void> Function();