getInstance method

Future<ThermionAsset> getInstance(
  1. int index
)

Implementation

Future<ThermionAsset> getInstance(int index)  async {
  throw UnimplementedError();
}