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