sim_operator 1.0.0 copy "sim_operator: ^1.0.0" to clipboard
sim_operator: ^1.0.0 copied to clipboard

the plugin provide getSimOperator and getSimOperatorName

saver_gallery #

pub package license

We use the sim_operator plugin to getSimOperator and getSimOperatorName

Usage #

To use this plugin, add sim_operator as a dependency in your pubspec.yaml file. For example:

dependencies:
  sim_operator: ^1.0.0

Example #

    String? name = await SimOperator().getSimOperatorName();
    if(name?.isNotEmpty == true){
       ///xxxx
    }
2
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

the plugin provide getSimOperator and getSimOperatorName

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sim_operator

Packages that implement sim_operator