PluginNotFoundError constructor

const PluginNotFoundError({
  1. required String pluginName,
})

Implementation

const PluginNotFoundError({required super.pluginName})
  : super(message: 'Plugin not found');