initHandshake method

Future<Uint8List?> initHandshake({
  1. String? remoteId,
})

Implementation

Future<Uint8List?> initHandshake({String? remoteId}) {
  throw UnimplementedError('initHandshake() has not been implemented.');
}