resetTermsAccepted static method
Resets the terms of service acceptance state.
If the navigation session has already been initialized throws ResetTermsAndConditionsException.
Implementation
static Future<void> resetTermsAccepted() async {
return GoogleMapsNavigationPlatform.instance.navigationSessionAPI
.resetTermsAccepted();
}