getChallenge method

Uint8List? getChallenge(
  1. Channel channel
)

Implementation

Uint8List? getChallenge(Channel channel) {
  return _challenges[channel];
}