createLocal function

Future createLocal()

Implementation

Future createLocal() async {

  Storage.userUUID = await Storage().getUUID('currentUser');
  //print('Indicator'+Storage.userUUID);

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

  //print('Indicator'+Storage.deviceUUID);
}