Add drift support for web
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
import 'package:shared_models/jwt.dart';
|
||||
|
||||
part 'auth.g.dart';
|
||||
|
||||
@riverpod
|
||||
class JwtNotifier extends _$JwtNotifier {
|
||||
@override
|
||||
JWTBody? build() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user