HiveAdapter class

Hive를 사용하는 어댑터

이 어댑터는 Hive를 사용하여 데이터를 저장합니다.

Constructors

HiveAdapter.new({String boxName = 'one_time_executor'})
생성자

Properties

boxName String
Hive 박스 이름
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Hive 박스를 닫습니다.
init() Future<void>
어댑터 초기화 메서드
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future<bool?>
특정 키에 대한 값을 읽어옵니다.
remove(String key) Future<void>
특정 키에 대한 값을 삭제합니다.
toString() String
A string representation of this object.
inherited
write(String key, bool value) Future<void>
특정 키에 대한 값을 저장합니다.

Operators

operator ==(Object other) bool
The equality operator.
inherited