onConnect method
void
onConnect(
- StompFrame frame
Implementation
void onConnect(StompFrame frame) {
debugPrint('connected: ${frame}');
// Timer.periodic(const Duration(seconds: 10), (_) {
// });
}