import 'package:flutter_riverpod/flutter_riverpod.dart'; final currentTenantIdProvider = StateProvider((ref) { return null; });