timeout property

Future<int> timeout

Implementation

Future<int> get timeout async {
  final int timeout = await _channel.invokeMethod(
      WLRESOURCEREQUEST_GET_TIMEOUT, <String, dynamic>{UUID: _uuid});
  return timeout;
}