isIOS function

bool isIOS()

Implementation

bool isIOS() {
  return Platform.isIOS;
}