submitDeviceIntelligence method

Future<String> submitDeviceIntelligence(
  1. String clientId,
  2. String txnId,
  3. String userId, {
  4. String env = "Production",
})

Implementation

Future<String> submitDeviceIntelligence(
    String clientId, String txnId, String userId,
    {String env = "Production"}) {
  throw UnimplementedError(
      'submitDeviceIntelligence() has not been implemented.');
}