QRView
struct QRView : View
The QRView
gets the users public key in a string format,
then generates a QR code and displays it nicely.
-
The colorscheme of the current users device. Used for displaying different visuals depending on the colorscheme.
Declaration
Swift
@Environment var colorScheme: ColorScheme { get }
-
Undocumented
Declaration
Swift
@EnvironmentObject var chatBrain: ChatHandler { get }
-
Declaration
Swift
var body: some View { get }
-
Undocumented
Declaration
Swift
func handleScan(result: Result<ScanResult, ScanError>)