fuzzy method

  1. @MPI(name: "_{mesh.uname}")
Future<Uint8List?> fuzzy(
  1. Uint8List buff, {
  2. Context? ctx,
})

Fuzzy call with generic param In multi returns, it's an array.

Implementation

@MPI(name: "_{mesh.uname}")
Future<Uint8List?> fuzzy(Uint8List buff, {Context? ctx}) {
  throw UnimplementedError('fuzzy() has not been implemented.');
}