getAttributionData method

Future<Map?> getAttributionData()

Returns cached attribution data if available, otherwise null.

Implementation

Future<Map<dynamic, dynamic>?> getAttributionData() {
  throw UnimplementedError(
    'getAttributionData() has not been implemented.',
  );
}