void _handleSetLocationShared() {
print("Paylaşılan konumu true olarak ayarlama");
OneSignal.shared.setLocationShared(true);
}
TableRow(children: [
OneSignalButton("Paylaşılan Konumu Ayarla",
_handleSetLocationShared, !_enableConsentButton)
])
My OneSignal Inapp message image
* I Get Error In Apply The Error I Get: "Location Unavailable It seems there are no location services configured in this app. Please refer to the OneSignal documentation for more information.* Picture of the Error I Get