isIos static method

bool isIos()

Check if current platform is ios

Implementation

static bool isIos() => Platform.isIOS;