flutter_teachstack_sdk 0.1.0
flutter_teachstack_sdk: ^0.1.0 copied to clipboard
Flutter SDK for teachstack. Use FlutterTeachstackSdk.liveClass("URL") from MethodChannel 'flutter_teachstack_sdk' to get our live class within your ios and android application.
flutter_teachstack_sdk #
Flutter SDK for teachstack.
await FlutterTeachstackSdk.liveClass(
"URL from add user API",
"App group name of your ios app"
);
For more details, please refer our documentation.