setBackgroundTimeout method

Future<void> setBackgroundTimeout(
  1. double timeoutSeconds
)

设置后台超时时间(秒)

Implementation

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