iOS property

IosEditor iOS

Implementation

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