agent property
The interface for accessing the storage (aka., database). *
- This method is called internally and implemented by
- an access provider. The application rarely need to invoke it.
Implementation
@override
AccessAgent get agent => _agent;
The interface for accessing the storage (aka., database). *
@override
AccessAgent get agent => _agent;