LyraKeyInterface constructor

LyraKeyInterface({
  1. required String publicKey,
  2. required LyraInitializeOptionsInterface options,
})

Implementation

LyraKeyInterface({
  required this.publicKey,
  required this.options,
});