BnotifyFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BnotifyFlutterPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onClick
→ Stream<
BNotifyClick> -
no setter
-
onMessage
→ Stream<
BNotifyMessage> -
no setter
-
onToken
→ Stream<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialize(
{String? configJson, bool autoNotifications = true}) → Future< void> -
logEvent(
String name) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
) → Future< void> -
setAutoNotifications(
bool enabled) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BnotifyFlutterPlatform
-
getter/setter pair