cobi_flutter_service_platform_interface library

Classes

CobiFlutterServiceMethodChannelImplCommon
CobiFlutterServicePlatform
The interface that implementations of cobi_flutter_service must implement.
CobiIconData
This contains the icon data for the displayed notification On Android, the icon has to available via a resource id
CobiNotificationAction
This provides the settings for a notification action to be displayed in the device's status bar
CobiNotificationData
This contains the data needed to display the foreground notification

Functions

isolateFunctionMethodChannelCommon() → void

Typedefs

CobiFlutterServiceCallback = dynamic Function(SendPort sendPort, ReceivePort recPort)
The type of the callback function that is called when the service is started