menu
affise_attribution_lib package
documentation
native/affise_native.dart
AffiseNative
getRandomUserId method
getRandomUserId method
dark_mode
light_mode
getRandomUserId
method
Future
<
String
>
getRandomUserId
(
)
Implementation
Future<String> getRandomUserId() async { return await native(AffiseApiMethod.GET_RANDOM_USER_ID); }
affise_attribution_lib package
documentation
native/affise_native
AffiseNative
getRandomUserId method
AffiseNative class