isIO property

  1. @override
bool isIO

Is I/O supporting for non-web applications

Implementation

@override
bool get isIO => _hostPlatform.type == HostPlatformType.io;