streamController property

StreamController streamController

Implementation

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