fileImageProvider function
Stub for non-IO platforms (e.g. web). Always returns null.
Implementation
ImageProvider? fileImageProvider(String path) => null;
Stub for non-IO platforms (e.g. web). Always returns null.
ImageProvider? fileImageProvider(String path) => null;