getDefault abstract method
Gets the value given the key
. Can specify the parent
if the key is duplicated under a different parent.
Implementation
Future<RequestResponse<dynamic>> getDefault(
{required String key, String? parent});
Gets the value given the key
. Can specify the parent
if the key is duplicated under a different parent.
Future<RequestResponse<dynamic>> getDefault(
{required String key, String? parent});