getInstanceCount method

Future<int> getInstanceCount()

Returns the number of instances associated with this asset.

Implementation

Future<int> getInstanceCount()  async {
  throw UnimplementedError();
}