recordMissingKey function

String recordMissingKey(
  1. Object? key
)

Function recordMissingKey simply records the given key as a missing translation with unknown locale. It returns the same key provided, unaffected.

Implementation

String recordMissingKey(Object? key) => core.recordMissingKey(key);