plugin method
Get plugin endpoint for querying plugin-specific data
Implementation
PluginEndpoint plugin(String pluginName) =>
PluginEndpoint(_proxyInterface, pluginName: pluginName);
Get plugin endpoint for querying plugin-specific data
PluginEndpoint plugin(String pluginName) =>
PluginEndpoint(_proxyInterface, pluginName: pluginName);