isSupported method

Future<bool> isSupported()

A Boolean value that indicates whether the device supports the DeviceCheck API.

See the documentation in DeviceCheck's DCDevice#isSupported.

Implementation

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