isIoSupported static method

bool isIoSupported()

Returns whether io operations are supported. If false, is currently running on the web.

Implementation

static bool isIoSupported() => platform.isIoSupported();