createdCallbacks property Null safety

List<PlatformViewCreatedCallback> createdCallbacks
visibleForTesting">@visibleForTesting

The created callbacks that are invoked after the platform view has been created.

Implementation

@visibleForTesting
List<PlatformViewCreatedCallback> get createdCallbacks => _platformViewCreatedCallbacks;