endUITrace static method

Future<void> endUITrace()

Ends UI trace.

Implementation

static Future<void> endUITrace() async {
  return _host.endUITrace();
}