feat: add support for keepPreviousData & examples regarding this
This commit is contained in:
@@ -50,3 +50,7 @@ bool isConnectedToInternet(ConnectivityResult result) {
|
||||
ConnectivityResult.wifi,
|
||||
].contains(result);
|
||||
}
|
||||
|
||||
String getVariable(String queryKey) {
|
||||
return queryKey.split("#").last;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user