getObject method

Object? getObject(
  1. String key
)

Implementation

Object? getObject(String key) {
  return prefer.get(key);
}