static ImageData decode(Object result) { result as List<Object?>; return ImageData( imageBytes: result[0]! as Uint8List, ); }