KeyApi constructor

KeyApi()

Constructs a KeyApi instance.

By default, this constructor returns a KeyImpl instance, which implements the KeyApi interface.

Implementation

factory KeyApi() => KeyImpl();