Files
2025-04-20 17:58:08 +02:00

11 lines
184 B
Dart

import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'codegen.g.dart';
/* SNIPPET START */
@riverpod
int synchronousExample(Ref ref) {
return 0;
}
/* SNIPPET END */