database method
Database
database()
Gets Realtime Database client for this application.
Implementation
Database database() => _getService(() => Database(this));
Gets Realtime Database client for this application.
Database database() => _getService(() => Database(this));