KeyNotFoundFunction typedef

KeyNotFoundFunction = void Function(String text)

Implementation

typedef KeyNotFoundFunction = void Function(
  String text,
);