sim_operator 1.0.0
sim_operator: ^1.0.0 copied to clipboard
the plugin provide getSimOperator and getSimOperatorName
saver_gallery #
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
}