getExplorerUrl method

Future<String?> getExplorerUrl(
  1. String path
)

Implementation

Future<String?> getExplorerUrl(String path) async {
  return _internal.appConfig?.environment.explorer.replaceAll("{path}", path);
}