CoreChannelCourierFlutter class

An implementation of CourierFlutterCorePlatform that uses method channels.

Inheritance

Constructors

CoreChannelCourierFlutter()

Properties

channel MethodChannel
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apnsToken() Future<String?>
override
fcmToken() Future<String?>
override
isDebugging(bool isDebugging) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendPush(String authKey, String userId, String title, String body, bool isProduction, List<CourierProvider> providers) Future<String>
override
setFcmToken(String token) Future
override
signIn(String accessToken, String userId) Future
override
signOut() Future
override
toString() String
A string representation of this object.
inherited
userId() Future<String?>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited