hwFetchBlobData function

Future<Uint8List?> hwFetchBlobData(
  1. String url
)

Implementation

Future<Uint8List?> hwFetchBlobData(String url) =>
    throw UnsupportedError("unsupported");