text method

  1. @override
Future<String> text()
override

Returns a promise that resolves with a string containing the entire contents of the Blob interpreted as UTF-8 text.

MDN Reference

Implementation

@override
Future<String> text() => _blob.text();