AirpassSyncEngine constructor
AirpassSyncEngine({})
Implementation
AirpassSyncEngine({
required AirpassDatabase database,
required this.localNodeId,
required this.localRole,
this.localGroupIds = const [],
this.localDisplayName,
this.localBatteryLevel,
this.localHasInternetAccess = false,
}) : _db = database,
_signer = MessageSigner(nodeId: localNodeId);