areTermsAccepted static method

Future<bool> areTermsAccepted()

Checks if terms and conditions have already been accepted by the user.

Implementation

static Future<bool> areTermsAccepted() async {
  return GoogleMapsNavigationPlatform.instance.navigationSessionAPI
      .areTermsAccepted();
}