put method
This method is used to put a value in the session.
Puts a value in the session.
Implementation
void put(String key, dynamic value) {
_original[key] = value;
}
This method is used to put a value in the session.
Puts a value in the session.
void put(String key, dynamic value) {
_original[key] = value;
}