getModificationInfo method

  1. @override
Map<String, Object>? getModificationInfo(
  1. String key
)
override

Implementation

@override
Map<String, Object>? getModificationInfo(String key) {
  Flagship.logger(
      Level.ERROR, PANIC_MODIFICATION_INFO.replaceFirst("%s", key));
  return null;
}