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) => promiseToFuture(loadEncodedPromise(bytes));
native_imaging package
documentation
js
Image
loadEncoded static method
Image class