isPlatformIOS top-level property

bool isPlatformIOS

Since dart:io doesn't work on the web, this library creates an abstraction of the most common access point in io, and causes them to silently fail on the web

Implementation

bool get isPlatformIOS => throw "Not implemented";