loadEncoded static method

Future<Image> loadEncoded(
  1. Uint8List bytes
)

Implementation

static Future<Image> loadEncoded(Uint8List bytes) {
  throw UnsupportedError(
      'native_imaging loadEncoded is available on Web only');
}