getBlobUrl function

Future<String> getBlobUrl(
  1. String audioPath
)

Used for mobile, desktop — fallback

Implementation

Future<String> getBlobUrl(String audioPath) {
  throw UnsupportedError('getBlobUrl is only supported on the web.');
}