createLocal function

void createLocal()

Implementation

void createLocal() async {

  Storage.userUUID = await Storage().getUUID('currentUser');
  Storage.deviceUUID = await Storage().getUUID('currentDevice');


}