menu
native_imaging package
documentation
js.dart
Image
loadEncoded static method
loadEncoded static method
dark_mode
light_mode
loadEncoded
static method
Future
<
Image
>
loadEncoded
(
Uint8List
bytes
)
Implementation
static Future<Image> loadEncoded(Uint8List bytes) => _loadEncodedPromise(bytes.toJS).toDart;
native_imaging package
documentation
js
Image
loadEncoded static method
Image extension type