获取ODID(开放设备标识符)
返回ODID字符串,如果获取失败则返回 null
null
static Future<String?> getODID() { return _platform.getODID(); }