readDateTime method
Reads a DateTime from the column named key.
Implementation
@Deprecated('Use read<DateTime>(key) directly')
DateTime readDateTime(String key) => read<DateTime>(key);
Reads a DateTime from the column named key.
@Deprecated('Use read<DateTime>(key) directly')
DateTime readDateTime(String key) => read<DateTime>(key);