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