menu
flutter_smart_ptt package
documentation
flutter_smart_ptt_method_channel.dart
MethodChannelFlutterSmartPtt
sendGroupMsg method
sendGroupMsg method
dark_mode
light_mode
sendGroupMsg
method
@
override
void
sendGroupMsg
(
int
groupId
,
String
msg
)
override
Implementation
@override void sendGroupMsg(int groupId, String msg) { PocHandler.SendGroupMsg(groupId, msg); }
flutter_smart_ptt package
documentation
flutter_smart_ptt_method_channel
MethodChannelFlutterSmartPtt
sendGroupMsg method
MethodChannelFlutterSmartPtt class