getTimeout method

Future<int> getTimeout()

Implementation

Future<int> getTimeout() {
  return UniFlutterPluginPlatform.instance.getTimeout();
}