RealmDebuggerClient constructor

RealmDebuggerClient(
  1. Realm realm, {
  2. String serverUrl = 'ws://localhost:5000',
})

Implementation

RealmDebuggerClient(this.realm, {this.serverUrl = 'ws://localhost:5000'});