generateToken method

Future<Uint8List> generateToken()

Generates a token that identifies the current device.

See the documentation in DeviceCheck's DCDevice#generateToken.

Implementation

Future<Uint8List> generateToken() async {
  return _hostApi.deviceCheckGenerateToken();
}