text method
Reads the content of the blob as text asynchronously.
Returns:
Implementation
Future<String?> text() =>
js_util.promiseToFuture(js_util.callMethod(this, 'text', <Object?>[]));
Reads the content of the blob as text asynchronously.
Returns:
Future<String?> text() =>
js_util.promiseToFuture(js_util.callMethod(this, 'text', <Object?>[]));