toBlob method

Future<Blob> toBlob(
  1. String type, [
  2. Object? arguments
])

Implementation

Future<Blob> toBlob(String type, [Object? arguments]) =>
    Future.error(UnsupportedError(
        'Canvas toBlob() is not available outside a browser context.'));