Returns the first key for the given condition.
condition
@override Future<K?> firstKeyWhere(bool Function(K key, T value) condition) => _executeRead(() => _nativeBox.firstKeyWhere(condition));