Block or Report
Block or report iAmWillShepherd
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Example project integrating OneSignal with Vue.js
Vue 3
-
-
1
Use the `const` keyword when you want to create a compile-time constant.2Note that this value will be immutable.
34```dart5const color = 'Lava Orange'; -
1
You can throw any valid object in Dart and still get a stack trace. Note that the stacktrace is independent from the error/exception.
23## Throwing a string45```dart -
1
// Create intersection type to "extend" types by combining them23type BaseType = {
4readonly id: string
5} -
1
interface BaseType {
2a: string
3b: number
4c: number[]
5}
1,582 contributions in the last year
Less
More
Activity overview
Contributed to
OneSignalDevelopers/ngosi,
OneSignalDevelopers/onesignal-supabase-sample-integration-supabase,
OneSignalDevelopers/onesignal-supabase-sample-integration-app
and 47 other
repositories
Contribution activity
December 2022
Created 63 commits in 5 repositories
Created a pull request in OneSignalDevelopers/onesignal-supabase-sample-integration-app that received 1 comment
Allow user to set email preference
Added buttons to enable users to opt into and out of push and email subscriptions on OneSignal. I also added a basic UI to show the player state.
+463
−3,458
•
1
comment




