at_client_mobile 1.0.0 at_client_mobile: ^1.0.0 copied to clipboard
This SDK provides the essential methods for building an app using the @protocol with useful device specific features for iOS and Android applications.
at_client_mobile #
This SDK provides the essential methods for building an app using the @protocol with useful device specific features for iOS and Android applications.
Installation: #
To use this library in your app, first add it to your pubspec.yaml
dependencies:
at_client_mobile: ^1.0.0
Add to your project #
pub get
Import in your application code #
import 'package:at_client_mobile/at_client_mobile.dart';
Usage #
Please refer to the documentation.