CobiFlutterServiceCallback typedef

CobiFlutterServiceCallback = dynamic Function(SendPort sendPort, ReceivePort recPort)

The type of the callback function that is called when the service is started

Implementation

typedef CobiFlutterServiceCallback(SendPort sendPort, ReceivePort recPort);