streamController property

Implementation

StreamController<DataStoreHubEvent> get streamController {
  return plugins.length == 1
      ? plugins[0].streamController
      : throw _pluginNotAddedException('DataStore');
}