getInstanceCount method
Returns the number of instances of the asset associated with entity
.
Implementation
@override
Future<int> getInstanceCount(ThermionEntity entity) {
// TODO: implement getInstanceCount
throw UnimplementedError();
}
Returns the number of instances of the asset associated with entity
.
@override
Future<int> getInstanceCount(ThermionEntity entity) {
// TODO: implement getInstanceCount
throw UnimplementedError();
}