menu
hackle_sdk_platform_interface package
documentation
hackle_platform_interface.dart
HacklePlatformInterface
setUserProperty method
setUserProperty method
dark_mode
light_mode
setUserProperty
method
Future
<
void
>
setUserProperty
(
String
key
,
Object
value
)
inherited
Implementation
Future<void> setUserProperty(String key, Object value) { throw UnimplementedError(); }
hackle_sdk_platform_interface package
documentation
hackle_platform_interface
HacklePlatformInterface
setUserProperty method
HacklePlatformInterface class