getInstanceCount method
Returns the number of instances of the asset associated with entity
.
Implementation
@override
Future<int> getInstanceCount(ThermionEntity entity) async {
return (await _shim.getInstanceCount(entity).toDart).toDartInt;
}
Returns the number of instances of the asset associated with entity
.
@override
Future<int> getInstanceCount(ThermionEntity entity) async {
return (await _shim.getInstanceCount(entity).toDart).toDartInt;
}