switchActiveSIM method
Implementation
@override
Future<bool> switchActiveSIM({required int slotIndex}) async {
final bool success = await methodChannel.invokeMethod('switchActiveSIM', {
'slotIndex': slotIndex,
});
return success;
}
@override
Future<bool> switchActiveSIM({required int slotIndex}) async {
final bool success = await methodChannel.invokeMethod('switchActiveSIM', {
'slotIndex': slotIndex,
});
return success;
}