Answers for "what library does the function sleep belongs to in dart"

1

sleep in dart

import 'dart:io';

main() {
  sleep(const Duration(seconds:1));
}
Posted by: Guest on November-01-2020

Code answers related to "what library does the function sleep belongs to in dart"

Code answers related to "Dart"

Browse Popular Code Answers by Language