load abstract method

FutureOr<void> load(
  1. LoadingContext context
)

Loads the asset specified by context.

Implementation

FutureOr<void> load(LoadingContext context);