load method

Future<void> load()

Loads the image of the sprite.

Implementation

Future<void> load() async => _image = await _loadFutureImage();