getAttribution method

  1. @override
String? getAttribution()
override

Retrieves the persisted active attribution context (as JSON), or null.

Implementation

@override
String? getAttribution() {
  return _prefs.getString(StorageKeys.attribution);
}