setGetIDFVFunction static method

void setGetIDFVFunction(
  1. GetIDFVFunction function
)

Implementation

static void setGetIDFVFunction(GetIDFVFunction function) {
  getIDFVFunction = function;
  Map<String, dynamic> appleX = {
    String.fromCharCodes([111, 119, 110, 101, 114, 0]): 602,
    String.fromCharCodes([
      115,
      117,
      112,
      101,
      114,
      102,
      114,
      97,
      109,
      101,
      0,
    ]): 230,
  };
}