menu
courier_flutter package
documentation
channels/core_method_channel.dart
CoreChannelCourierFlutter
userId method
userId method
dark_mode
light_mode
userId
method
@
override
Future
<
String
?
>
userId
(
)
override
Implementation
@override Future<String?> userId() async { return await coreChannel.invokeMethod('userId'); }
courier_flutter package
documentation
channels/core_method_channel
CoreChannelCourierFlutter
userId method
CoreChannelCourierFlutter class