stopGettingIDFA static method

void stopGettingIDFA()

Implementation

static void stopGettingIDFA() {
  _methodChannel
      .invokeMethod(_AbxAPI.stopGettingIDFA.toString().split('.').last);
}