getSecret method

Uint8List? getSecret()

Implementation

Uint8List? getSecret() =>
    _secret == null ? null : Uint8List.fromList(_secret!);