executeQuery abstract method Null safety
- String formatString,
- Map<
String, dynamic> values, - int timeoutInSeconds,
- {PersistentStoreQueryReturnType? returnType}
Implementation
Future<dynamic> executeQuery(
String formatString,
Map<String, dynamic> values,
int timeoutInSeconds, {
PersistentStoreQueryReturnType? returnType,
});