menu
mirrorfly_uikit_plugin package
documentation
app/model/reply_hash_map.dart
ReplyHashMap
getReplyId static method
getReplyId static method
dark_mode
light_mode
getReplyId
static method
String
getReplyId
(
String
user
)
Implementation
static String getReplyId(String user) { return hashmap[user] ?? ''; }
mirrorfly_uikit_plugin package
documentation
app/model/reply_hash_map
ReplyHashMap
getReplyId static method
ReplyHashMap class