trackShare static method

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

Track the operation to share to social media (Facebook, Twitter, etc.).

Implementation

static Future<void> trackShare([final Map<String, dynamic> properties = const {}]) async {
  await _invokeMethod('trackShare', properties);
}