menu
hackle package
documentation
hackle_app.dart
HackleApp
setUserId static method
setUserId static method
dark_mode
light_mode
setUserId
static method
Future
<
void
>
setUserId
(
String
userId
)
Implementation
static Future<void> setUserId(String userId) { return HacklePlatform.instance.setUserId(userId); }
hackle package
documentation
hackle_app
HackleApp
setUserId static method
HackleApp class