append method

Future<void> append()

Shows the append indicator and runs the append callback as if it had been started interactively.

Implementation

Future<void> append() {
  return _appendIndicatorKey.currentState?.show() ?? Future.value();
}