loadEncoded static method

Future<Image> loadEncoded(
  1. Uint8List bytes
)

Implementation

static Future<Image> loadEncoded(Uint8List bytes) =>
    _loadEncodedPromise(bytes.toJS).toDart;