mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Many many changes for null-safety support
This commit is contained in:
@ -5,5 +5,5 @@ import 'package:one_context/one_context.dart';
|
||||
// Shortcut function to reduce boilerplate!
|
||||
I18N L10()
|
||||
{
|
||||
return I18N.of(OneContext().context);
|
||||
return I18N.of(OneContext().context)!;
|
||||
}
|
Reference in New Issue
Block a user