forceUpdateRootTemplate method
Implementation
Future<void> forceUpdateRootTemplate() {
return _androidAutoController.flutterToNativeModule(
FAAChannelTypes.forceUpdateRootTemplate,
);
}
Future<void> forceUpdateRootTemplate() {
return _androidAutoController.flutterToNativeModule(
FAAChannelTypes.forceUpdateRootTemplate,
);
}