getSimCarrierId method

Future<int> getSimCarrierId()

Implementation

Future<int> getSimCarrierId() async {
  return await invokeMethod(_GET_SIM_CARRIER_ID) as int;
}