menu
smartech_flutter_plugin package
documentation
smartech_plugin.dart
SmartechPlugin
getUserIdentity method
getUserIdentity method
dark_mode
light_mode
getUserIdentity
method
Future
<
String
?
>
getUserIdentity
(
)
Implementation
Future<String?> getUserIdentity() async { return _channel.invokeMethod("getUserIdentity"); }
smartech_flutter_plugin package
documentation
smartech_plugin
SmartechPlugin
getUserIdentity method
SmartechPlugin class