iosAdapter property
- @Deprecated('The global adapter slots are deprecated. Register a controller type with ' 'Nutrient.addAdapterClass<T>() and select it via NutrientDocumentView<T>. ' 'Will be removed in a future release.')
Get the iOS platform adapter.
Returns null if no iOS adapter is registered.
Implementation
@Deprecated(
'The global adapter slots are deprecated. Register a controller type with '
'Nutrient.addAdapterClass<T>() and select it via NutrientDocumentView<T>. '
'Will be removed in a future release.',
)
static NutrientPlatformAdapter? get iosAdapter => _iosAdapter;