createdCallbacks property

  1. @visibleForTesting
List<PlatformViewCreatedCallback> createdCallbacks

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

Implementation

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