AsyncTestLoader constructor

AsyncTestLoader(
  1. Future<Test> callback()
)

Constructs the loader with the callback to use.

Implementation

AsyncTestLoader(
  this.callback,
);