menu
swift_flutter package
documentation
core/devtools.dart
SwiftDevTools
getRxId static method
getRxId static method
dark_mode
light_mode
getRxId
static method
String
getRxId
(
Rx
rx
)
Get unique ID for Rx (internal use)
Implementation
static String getRxId(Rx<dynamic> rx) => rx.hashCode.toString();
swift_flutter package
documentation
core/devtools
SwiftDevTools
getRxId static method
SwiftDevTools class