Closes the data provider.
Future<bool> disconnect() async { if (_isConnected) { _isConnected = await database.disconnect(storeName, this); } return _isConnected; }