voip24h_sdk_mobile 0.0.6 copy "voip24h_sdk_mobile: ^0.0.6" to clipboard
voip24h_sdk_mobile: ^0.0.6 copied to clipboard

Flutter Voip24h-SDK Mobile

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voip24h_sdk_mobile

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  voip24h_sdk_mobile: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:voip24h_sdk_mobile/PushNotificationModule.dart';
import 'package:voip24h_sdk_mobile/Voip24hSDK.dart';
import 'package:voip24h_sdk_mobile/call/CallModule.dart';
import 'package:voip24h_sdk_mobile/extensions/Extensions.dart';
import 'package:voip24h_sdk_mobile/graph/GraphModule.dart';
import 'package:voip24h_sdk_mobile/models/OAuth.dart';
import 'package:voip24h_sdk_mobile/models/SipConfiguration.dart';
import 'package:voip24h_sdk_mobile/models/sip_configuration.g.dart';
import 'package:voip24h_sdk_mobile/utils/CallEvent.dart';
import 'package:voip24h_sdk_mobile/utils/Codecs.dart';
import 'package:voip24h_sdk_mobile/utils/GraphRoute.dart';
import 'package:voip24h_sdk_mobile/utils/TransportType.dart';
4
likes
120
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Voip24h-SDK Mobile

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

build_runner, flutter, http, json_annotation, json_serializable, plugin_platform_interface

More

Packages that depend on voip24h_sdk_mobile