androidAdapter 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 Android platform adapter.
Returns null if no Android 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 androidAdapter => _androidAdapter;