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