iOS property

IosEditor get iOS

Implementation

IosEditor get iOS {
  assert(Platform.isIOS, "the iOS editor just use in iOS.");
  return _iOS;
}