siarashield_flutter 0.0.5 copy "siarashield_flutter: ^0.0.5" to clipboard
siarashield_flutter: ^0.0.5 copied to clipboard

To authenticate using siarashield

siarashield_flutter #

To authenticate using siarashield

Getting started #

To use this package, add siarashield_flutter as a dependency in your pubspec.yaml file.

Usage #

This MasterUrlId you will get from this webist when you add your package name.

https://mycybersiara.com/

Minimal example:

    SaraShieldWidget(
        loginTap: (val) {
        //To-Do On LoginTap 
        },
      cieraModel: CyberCieraModel(
      masterUrlId: 'GIGYGUgeyiy86786BJHBIY', //Master URl ID
      requestUrl: 'com.app.testapp' //Package name,
),
),
),