Debug property

OneSignalDebug Debug
getter/setter pair

A singleton representing the OneSignal SDK. Note that the iOS and Android native libraries are static, so if you create multiple instances of OneSignal, they will mostly share the same state.

Implementation

// ignore: non_constant_identifier_names
static OneSignalDebug Debug = new OneSignalDebug();