load method

  1. @override
Future<Test> load({
  1. bool ignoreImages = false,
})
override

Returns the in test by executing the callback;

Implementation

@override
Future<Test> load({bool ignoreImages = false}) => callback();