isSupported method

Future<bool> isSupported()

A Boolean that indicates whether a particular device provides the App Attest service.

See the documentation in DeviceCheck's DCAppAttestService#isSupported.

Implementation

Future<bool> isSupported() async {
  return _hostApi.appAttestServiceIsSupported();
}