load method

  1. @override
Future<Uint8List> load()
override

Loads the model's .glb bytes.

Implementation

@override
Future<Uint8List> load() async => bytes;