fetchAssets method

Future<Map<String, dynamic>> fetchAssets({
  1. required String address,
  2. bool testnet = false,
})

Implementation

Future<Map<String, dynamic>> fetchAssets({
  required String address,
  bool testnet = false,
}) {
  throw UnimplementedError('fetchAssets() has not been implemented.');
}