RealmDebuggerClient constructor
RealmDebuggerClient(
- Realm realm, {
- String serverUrl = 'ws://localhost:5000',
Implementation
RealmDebuggerClient(this.realm, {this.serverUrl = 'ws://localhost:5000'});