| 6 | import {IPlugin} from '../types'; |
| 7 | |
| 8 | export class PluginStore extends BaseStore<IPlugin> { |
| 9 | public onDelete: () => void = () => {}; |
| 10 | |
| 11 | public constructor(private readonly snack: SnackReporter) { |
nothing calls this directly
no outgoing calls
no test coverage detected