load method

FutureOr<ISunnyContact?> load(
  1. MKey key
)
override

Implementation

FutureOr<ISunnyContact?> load(MKey key) {
  return super.load(key);
}