trackLead static method

Future<void> trackLead([
  1. Map<String, dynamic> properties = const {}
])

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);
}