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
    }