Link.fromRawPath constructor

Link.fromRawPath(
  1. Uint8List rawPath
)

Implementation

factory Link.fromRawPath(Uint8List rawPath) {
  // TODO: implement fromRawPath
  throw UnimplementedError();
}