imsdk_client_core 1.3.29
imsdk_client_core: ^1.3.29 copied to clipboard
The client core library of Zhiyou real-time communication cloud service.
example/imsdk_client_core_example.dart
import 'command_line_app.dart';
void main() {
CommandLineApp(
host: 'http://192.168.2.6:8080',
bsid: '61da2b54285650ba5034ada4',
secret: '1234567890',
).loginPage();
}