menu
geoimage package
documentation
geoimage.dart
ImageUtilities
imageFromFile static method
imageFromFile static method
dark_mode
light_mode
imageFromFile
static method
Future
<
Image?
>
imageFromFile
(
String
path
)
Implementation
static Future<Image?> imageFromFile(String path) async { return decodeImageFile(path); }
geoimage package
documentation
geoimage
ImageUtilities
imageFromFile static method
ImageUtilities class