forceUpdateRootTemplate method
It will set the current root template again.
Implementation
Future<void> forceUpdateRootTemplate() {
return FlutterCarPlayController.flutterToNativeModule(
FCPChannelTypes.forceUpdateRootTemplate,
);
}
It will set the current root template again.
Future<void> forceUpdateRootTemplate() {
return FlutterCarPlayController.flutterToNativeModule(
FCPChannelTypes.forceUpdateRootTemplate,
);
}