setTimeout method

Future<int> setTimeout(
  1. int timeout
)

Implementation

Future<int> setTimeout(int timeout) {
  throw UnimplementedError("setTimeout() has not been implemented.");
}