menu
typeredis package
documentation
typeredis_base.dart
AddressMapper typedef
AddressMapper typedef
dark_mode
light_mode
AddressMapper
typedef
AddressMapper
=
(
{
String
host
,
int
port
}
) Function
(
String
host
,
int
port
)
Implementation
typedef AddressMapper = ({String host, int port}) Function( String host, int port);
typeredis package
documentation
typeredis_base
AddressMapper typedef
typeredis_base library