car_doctor_epass_services

Creator: coderz1093

Last updated:

0 purchases

car_doctor_epass_services Image
car_doctor_epass_services Images

Languages

Categories

Add to Cart

Description:

car doctor epass services

The Car Services SDK is a Flutter package for Epass Car Services
Getting started #
Environment:
sdk: '>=2.12.0 <3.0.0'
Import package into pubspec.yaml
dependencies:
car_doctor_epass_services: ^0.0.5
copied to clipboard
Usage #
Usage:

SDK has 2 types of Flavor : PRODUCTION & STAGING

//add function
String? EncryptionData;
String contractId;
String name;
String phone;
String identifier;
Future<void> openSDK(BuildContext context) async {
final sdk = SdkCarServices.instance;
sdk.init(
SdkFlavor.PRODUCTION, epassToken, contractId, name, phone, identifier);
await sdk.open(context);
}
// in your button's code,add function
openSDK(context);
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.