totalAssets method

  1. @override
Future<int> totalAssets(
  1. String contractId
)
override

Implementation

@override
Future<int> totalAssets(String contractId) async {
  return await _tokenContract.totalAssets(contractId: contractId);
}