onPluginError method

void onPluginError(
  1. String error
)

Implementation

void onPluginError(String error) {
  // if (kDebugMode) {
  //   print('onPluginError: $error');
  // }
  debugPrint('onPluginError debugPrint: $error');
}