testUISleepUnsafe function
Unsafe version of testUISleep.
Implementation
@Deprecated("Do not use this in production code!")
Future<int> testUISleepUnsafe({int? frames, int? ms}) =>
_testUISleepImpl(frames: frames, ms: ms, maxMs: 9999999);
Unsafe version of testUISleep.
@Deprecated("Do not use this in production code!")
Future<int> testUISleepUnsafe({int? frames, int? ms}) =>
_testUISleepImpl(frames: frames, ms: ms, maxMs: 9999999);