trackLead static method
Starts the trial of the app. Please use this with apps that do not require user registration at the time of installation.
Implementation
static Future<void> trackLead([final Map<String, dynamic> properties = const {}]) async {
await _invokeMethod('trackLead', properties);
}