webAdapter property

  1. @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.')
NutrientPlatformAdapter? get webAdapter

Get the Web platform adapter.

Returns null if no Web 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 webAdapter => _webAdapter;