Future executeQuery(String formatString, Map<String, dynamic> values, int timeoutInSeconds, { PersistentStoreQueryReturnType returnType })

Source

Future<dynamic> executeQuery(
    String formatString, Map<String, dynamic> values, int timeoutInSeconds,
    {PersistentStoreQueryReturnType returnType});