initialise static method

Future initialise()

Has to be called before we make use of the theme manager

Implementation

static Future initialise() async {
  WidgetsFlutterBinding.ensureInitialized();
  await setupLocator();
}