setUserProperty abstract method

Future<void> setUserProperty(
  1. String property,
  2. String? value
)

Set a property of the user within the analytics service

Implementation

Future<void> setUserProperty(String property, String? value);