startTracking method

Future<String?> startTracking(
  1. dynamic trackingProfile
)

The function "startTracking" is not implemented and throws an error. @param trackingProfile - The trackingProfile parameter is an object or data structure that contains information about the tracking settings or preferences. It could include details such as the type of tracking to be performed, the target or object to be tracked, any specific criteria or conditions for tracking, and any additional configuration options.

Implementation

Future<String?> startTracking(trackingProfile) {
  throw UnimplementedError('startTracking() has not been implemented.');
}