supportsFileIO property
bool
get
supportsFileIO
Check if file I/O is supported on this platform
Implementation
static bool get supportsFileIO => !kIsWeb;
Check if file I/O is supported on this platform
static bool get supportsFileIO => !kIsWeb;