mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-13 00:51:25 +08:00
13 lines
215 B
Dart
13 lines
215 B
Dart
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
|
|
|
part 'log_analyze_provider.g.dart';
|
|
|
|
|
|
@riverpod
|
|
class ToolsLogAnalyze extends _$ToolsLogAnalyze {
|
|
@override
|
|
void build() async {
|
|
return;
|
|
}
|
|
}
|