getModificationInfo method

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

Implementation

@override
Map<String, Object>? getModificationInfo(String key) {
  Flagship.logger(Level.ERROR, GETMODIFICATION_INFO_NOT_READY);
  return null;
}