onPlatformViewCreated method

void onPlatformViewCreated()

Implementation

void onPlatformViewCreated() {
  if(!_platformViewCreatedCompleter.isCompleted) {
    _platformViewCreatedCompleter.complete();
  }
}