timeout method
Timeout Schedules the specified {@link Timeout} for one-time execution after the specified delay.
Implementation
@MPI(name: "mesh.schedule.timeout")
Future<String?> timeout(Timeout timeout, Duration duration, {Context? ctx}) {
throw UnimplementedError('timeout() has not been implemented.');
}