menu
xmtp_plugin package
documentation
codecs.dart
XMTPCodecRegistry
getCodec method
getCodec method
dark_mode
light_mode
getCodec
method
XMTPCodec
?
getCodec
(
String
authorityId
,
String
typeId
)
Implementation
XMTPCodec? getCodec(String authorityId, String typeId) { return _codecs['$authorityId/$typeId']; }
xmtp_plugin package
documentation
codecs
XMTPCodecRegistry
getCodec method
XMTPCodecRegistry class