createdCallbacks property
The created callbacks that are invoked after the platform view has been created.
Implementation
@visibleForTesting
List<PlatformViewCreatedCallback> get createdCallbacks => _platformViewCreatedCallbacks;
The created callbacks that are invoked after the platform view has been created.
@visibleForTesting
List<PlatformViewCreatedCallback> get createdCallbacks => _platformViewCreatedCallbacks;