static Future<void> setShouldReportToAppLog(bool val) async { return await NativeClassUtils.nativeStaticCall( 'TTSDKManager', 'setShouldReportToAppLog:', [val], ); }