LocalDataStore

@objc
public protocol LocalDataStore

Undocumented

  • Undocumented

    Declaration

    Swift

    func save(key: String, value: Data) throws
  • Undocumented

    Declaration

    Swift

    func load(key: String) throws -> Data
  • Undocumented

    Declaration

    Swift

    func remove(key: String) throws
  • Undocumented

    Declaration

    Swift

    func exists(key: String) -> Bool