android property

AndroidEditor android

Implementation

AndroidEditor get android {
  assert(Platform.isAndroid, "the android editor just use in android.");
  return _android;
}