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