yannickcare
yannickcare
There is no way to trigger a "subscription_schedule.expiring", "subscription_schedule.completed" or "invoice.upcoming" event from the extension. This is an important part of the subscription process and should be added.
``` ITokens tokens = ThemeBaseLightTokens(); @override Widget build(BuildContext context) { return Tokens( tokens: tokens, child: MultiProvider( providers: [ ChangeNotifierProvider(create: (_) => GetIt.instance.get()), ], child: MaterialApp.router( title: DisplayStrings.hapbee, **theme: AppThemeData.light,