getCoinImageUrl method

Future<String?> getCoinImageUrl()

Get the coin image URL from server remote config. Returns null if server didn't specify a custom URL (use SDK default).

Implementation

Future<String?> getCoinImageUrl() {
  throw UnimplementedError('getCoinImageUrl() has not been implemented.');
}