onReceiveMessageFromApp method
@detail api @brief The callback is triggered when the socket receives a message from the App side @param message Message received from the App side
Implementation
FutureOr<void> onReceiveMessageFromApp(NSData message) async {}