setTouchTimeout method

Future<void> setTouchTimeout(
  1. double timeoutSeconds
)

设置触摸超时时间(秒)

Implementation

Future<void> setTouchTimeout(double timeoutSeconds) {
  throw UnimplementedError('setTouchTimeout() has not been implemented.');
}