Last updated:
0 purchases
sim operator
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
copied to clipboard
Example #
String? name = await SimOperator().getSimOperatorName();
if(name?.isNotEmpty == true){
///xxxx
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.