Flushes all databases. Completes with no value, if the command was successful.
Future<void> flushAll({bool? doAsync}) async { (await tier1.flushAll(doAsync: doAsync)).toSimpleString(); return null; }