totalAssets method

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

Implementation

@override
Future<int> totalAssets(String contractId) {
  throw Exception('Stub implementation');
}