databaseGetDelegate property

DatabaseGetDelegate<T>? databaseGetDelegate
getter/setter pair

Delegate to get data from local database

..databasePutDelegate = ((result) => PostsBox.putPostsDelegate(result))

Implementation

DatabaseGetDelegate<T>? databaseGetDelegate;