menu
cryptdart package
documentation
interfaces/i_handler.dart
IHandler<T extends IExpiration>
setNextCrypt abstract method
setNextCrypt abstract method
dark_mode
light_mode
setNextCrypt
abstract method
void
setNextCrypt
(
T
obj
)
Sets the next crypt object in the chain.
Implementation
void setNextCrypt(T obj);
cryptdart package
documentation
interfaces/i_handler
IHandler<T extends IExpiration>
setNextCrypt abstract method
IHandler class