logPluginError method
Log the fact that an error, described by the given message, was reported
by the given plugin.
Implementation
@override
void logPluginError(
PluginData plugin,
String code,
String message,
String stackTrace,
) {}
Log the fact that an error, described by the given message, was reported
by the given plugin.
@override
void logPluginError(
PluginData plugin,
String code,
String message,
String stackTrace,
) {}