load method

Future<void> load()

Loads asynchronous resources.

  • Do not call directly, use ensureLoaded.
  • Note that Win32 API build and repaint won't allow any asynchronous call (Futures).

Implementation

Future<void> load() async {}