runTask<S> abstract method

  1. @protected
S runTask<S>(
  1. S callback(
    1. EventQueue
    )
)

Implementation

@protected
S runTask<S>(S Function(EventQueue) callback);