- Inheritance
-
- Object
- PlatformInterface
- FanmeterPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(String? notificationClassResponse)
→ Future<int>
-
-
getEventData(String? eventTitle)
→ Future<Map<String, dynamic>>
-
-
initialize(String companyName, String companyKey, String externalUserId, String externalTokenId, String? externalUserEmail, String? fcmToken, String? ticketNumber, String? ticketStand, String? urlRegulation, bool? log)
→ Future<int>
-
-
isServiceRunning()
→ Future<bool>
-
-
launchFanmeterNotification(Map<String, String> notificationData, String? notificationClassResponse)
→ Future<int>
-
-
launchFanmeterView(int? eventId)
→ Future<int>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
startService(int eventId, String? notificationClassResponse)
→ Future<int>
-
-
stopService()
→ Future<int>
-
-
toString()
→ String
-
A string representation of this object.
inherited