initStorageController method

Future initStorageController()

initialize instance of controller access LDS on current device (android, windows etc)

Implementation

Future initStorageController() async{

    final localMaster = (await getGeigerApi("", GeigerApi.masterId, Declaration.doNotShareData))!;
    controller = localMaster.storage;
}