referrer property

Detect which application (or store) installed your application

On Android, system apps are only recognized, otherwise they will be considered as manual installation

Implementation

static Future<InstallationAppReferrer> get referrer async {
  return _extractReferrer(await _api.detectReferrer());
}