forceUpdateRootTemplate method
void
forceUpdateRootTemplate()
It will set the current root template again.
Implementation
void forceUpdateRootTemplate() {
_carPlayController.methodChannel.invokeMethod('forceUpdateRootTemplate');
}