switchActiveSIM method

Future<bool> switchActiveSIM({
  1. required int slotIndex,
})

Implementation

Future<bool> switchActiveSIM({required int slotIndex}) {
  throw UnimplementedError('switchActiveSIM() has not been implemented.');
}