isIOS property

bool get isIOS

returns isIOS of native platform

Implementation

static bool get isIOS {
  return Platform.isIOS;
}