Future<void> uikitTrace({ required String trace, int? logLevel, String? fileName, String? funcName, int? lineNum, }) async { return Future.value(); }