whereStartsWith method
The string corresponding to key
has a prefix
.
Implementation
ConversationQuery whereStartsWith(
String key,
String prefix,
) {
condition.whereStartsWith(key, prefix);
return this;
}
The string corresponding to key
has a prefix
.
ConversationQuery whereStartsWith(
String key,
String prefix,
) {
condition.whereStartsWith(key, prefix);
return this;
}