invoke method

  1. @MPI(name: "mesh.rec.invoke")
Future<Uint8List?> invoke(
  1. Paging index, {
  2. Context? ctx,
})

Invoke

Implementation

@MPI(name: "mesh.rec.invoke")
Future<Uint8List?> invoke(Paging index, {Context? ctx}) {
  throw UnimplementedError('invoke() has not been implemented.');
}