exportSharedKey method

Future<Uint8List> exportSharedKey({
  1. int index = 0,
})

Implementation

Future<Uint8List> exportSharedKey({int index = 0}) =>
    throw UnimplementedError();