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