MSchemaService constructor

MSchemaService(
  1. ApiClient apiClient
)

Implementation

MSchemaService(this.apiClient) {
  _loadAll();

  onDestroy('close stream', () => _loadedSchemaCtrl.close());
}