更新后台锁定功能状态
@override Future<void> setBackgroundTimeout(double timeoutSeconds) { return methodChannel .invokeMethod('setBackgroundTimeout', {'timeout': timeoutSeconds}); }