election method
Election will election leader of instances.
Implementation
@MPI(name: "mesh.cluster.election")
Future<Uint8List?> election(Uint8List buff, {Context? ctx}) {
throw UnimplementedError('election() has not been implemented.');
}
Election will election leader of instances.
@MPI(name: "mesh.cluster.election")
Future<Uint8List?> election(Uint8List buff, {Context? ctx}) {
throw UnimplementedError('election() has not been implemented.');
}